home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / blt1.000 / blt1 / blt-1.7-for-STk / BLT-widgets < prev    next >
Encoding:
Text File  |  1994-07-23  |  1.8 KB  |  51 lines

  1. 1) Drag-n-drop command: blt_drag&drop
  2.     Updated version of Michael McLennan's drag and drop command
  3.     (it's still maintained by Michael). 
  4.  
  5. 2) Hypertext widget: blt_htext
  6.     Allows text and Tk widgets to combined in a single scroll-able 
  7.     window.
  8.  
  9. 3) Busy window: blt_busy
  10.     For handling user-interaction when the application is "busy".
  11.     Manages an invisible "busy" window which prevents further 
  12.     user device (keyboard, mouse, button, etc.) interactions.
  13.     Also provides a different cursor which supersedes application
  14.     cursors.
  15.  
  16. 4) Bitmap command: blt_bitmap
  17.     Lets you read and write bitmaps from Tcl. Can define X bitmaps  
  18.     and create bitmaps from text strings.  Other options query any 
  19.         loaded X bitmap.
  20.  
  21. 5) Background "exec" command: blt_bgexec
  22.     Like "exec ... &", but collects the output of the detached 
  23.     UNIX subprocesses and sets a Tcl variable upon their completion.
  24.     Can be used with "tkwait variable" to handle application's 
  25.     expose events, etc. while waiting for subprocesses to finish.  
  26.  
  27. 6) Table geometry manager: blt_table
  28.     Specify window placements as table row,column positions. Also
  29.     has many options for placing constraints on window resizes.
  30.  
  31. 7) Barchart widget: blt_barchart
  32.     
  33. 8) XY graph widget: blt_graph
  34.  
  35. 9) Window option command: blt_win
  36.     Lets you raise, lower, map, or, unmap any window.  
  37.  
  38. 10) Watch commands: blt_watch
  39.     Lets you specify Tcl procedures to be run before and/or
  40.     after every Tcl command.  May be used for logging,
  41.     tracing, profiling, or debugging or Tcl code.
  42.  
  43. 11) Simple command trace: blt_debug
  44.     Simply prints out each Tcl command before it's executed.  
  45.  
  46. 12) Cutbuffer and bell commands: blt_cutbuffer, blt_bell
  47.     The commands are derived from the "bellcut" extensions and are 
  48.     provided as a convenience.  Credit should go to the author(s) 
  49.     (I can't remember who they are. Sorry) for this work.
  50.  
  51.